home *** CD-ROM | disk | FTP | other *** search
/ PC Player Special 1994 #1 / CD-Player 1994-01.iso / patches / globconq / update.bat < prev   
Encoding:
DOS Batch File  |  1992-07-13  |  191 b   |  8 lines

  1. echo off
  2. cls
  3. echo Copying TUTORIAL.SVG to \SAVE
  4. copy tutorial.svg \conquest\save
  5. echo Deleting TUTORIAL.SVG from \CONQUEST
  6. del tutorial.svg
  7. echo Global Conquest Updated to Version 2.0
  8.